.s1_foot footer{
    width: 100%;
    background: url(/template/common/bottom/bottom_1/images/footer-bg.jpg)center no-repeat;
    background-size: cover;
    min-width: 1024px;
}
.s1_foot .f-wrapper{
    width: 89%;
    margin: 0 auto;
    padding: 40px 0 60px 0;
    overflow: hidden;
    color: white;
    border-bottom: 1px solid #727272;
   
}
.s1_foot .f-ul{
    float: left;
    border-right: 1px solid #727272;
    font-size: 14px;
    box-sizing: border-box;
}
.s1_foot .f-1{
    width: 9%;
}
.s1_foot .f-2,.f-3{
    width: 12%;
    padding-left: 3%;
}
.s1_foot .f-ul li{
    margin-top: 22px;
}
.s1_foot .f-ul li a{
    color: inherit;
}
.s1_foot .f-ul li:first-child{
    margin-top: 0;
}
.s1_foot .f-ul label{
    font-size: 18px;
}
.s1_foot .f-form{
    float: left;
    border-right: 1px solid #727272;
    width: 26%;
    padding: 0 3%;
    box-sizing: border-box;
}
.s1_foot .f-form .tip{
    font-size: 18px;
    margin-bottom: 20px;
}
.s1_foot .f-form input{
    width: 100%;
    height: 33px;
    border-radius: 4px;
    border: none;
    outline: none;
    margin-bottom: 8px;
    text-indent: 1em;
    color: #464646;
}
.s1_foot .f-form .f-b{
    height: 38px;
    line-height: 38px;
    margin-top: 10px;
    font-size: 14px;
    padding-bottom: 14px;
}
.s1_foot .f-form .f-b button{
    width: 95px;
    height: 38px;
    background: #E33F4B;
    border-radius: 4px;
    border: none;
    outline: none;
    color: white;
    margin-right: 17px;
    cursor: pointer;
}
.s1_foot .f-form .f-b span{
    color: #E33F4B;
}
.s1_foot .code{
    text-align: center;
    float: left;
    font-size: 14px;
    border-right: 1px solid #727272;
    box-sizing: border-box;
    width: 18%;
    padding: 0 3%;
}
.s1_foot .code p{
    margin-top: 17px;
}
.s1_foot .contact{
    float: left;
    font-size: 14px;
    width: 23%;
    box-sizing: border-box;
    padding-left: 3%;
}
.s1_foot .contact h3{
    font-size: 24px;
    font-style: italic;
    margin-top: 25px;
}
.s1_foot .contact p{
    margin-top: 12px;
}
.s1_foot .contact a{
    margin-top: 12px;
    display: inline-block;
    color: inherit;
}
.s1_foot .f-fly{
    text-align: center;
    font-size: 13px;
    color: #a7a7a7;
    padding: 30px 0 36px 0;
}

.s1_foot aside{
    width: 42px;
    height: 168px;
    position: fixed;
    top: 50%;
    margin-top: -84px;
    right: 0;
    z-index: 99;
}
.s1_foot aside a{
    display: inline-block;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    background: #dfdfdf;
    text-align: center;
    position: relative;
    vertical-align: bottom;
}
.s1_foot aside a:last-child{
    border-bottom: none;
    background: #9e9e9e;
}
.s1_foot aside a:hover{
    background: white;
}
.s1_foot aside a:last-child:hover{
    background: #dfdfdf;
}
.s1_foot aside a img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.s1_foot .aside-code{
    display: none;
    width: 80px;
    position: absolute;
    top: 50%;
    left: -90px;
    margin-top: -17px;
}

.s1_foot .anchorBL{
    display: none;
}
